home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / post / post.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1999-04-26  |  65 b   |  6 lines

  1. on keyDown
  2.   if the key = "q" then
  3.     go("getout")
  4.   end if
  5. end
  6.